home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'qrabout.pas' rev: 3.00
-
- #ifndef qraboutHPP
- #define qraboutHPP
- #include <ShellAPI.hpp>
- #include <OleCtrls.hpp>
- #include <StdCtrls.hpp>
- #include <ExtCtrls.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Qrabout
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TQRAboutBox;
- class PASCALIMPLEMENTATION TQRAboutBox : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Extctrls::TImage* Image1;
- Stdctrls::TButton* Button1;
- Stdctrls::TLabel* Label1;
- Stdctrls::TLabel* Label2;
- Stdctrls::TLabel* VisitLabel;
- Stdctrls::TLabel* Label3;
- Stdctrls::TLabel* OrderLabel;
- Extctrls::TBevel* Bevel1;
- Stdctrls::TLabel* Label5;
- Extctrls::TImage* Image2;
- Stdctrls::TLabel* Label4;
- Extctrls::TPanel* CredPanel;
- Stdctrls::TLabel* Label6;
- Stdctrls::TLabel* Label7;
- void __fastcall Button3Click(System::TObject* Sender);
- void __fastcall FormCreate(System::TObject* Sender);
- void __fastcall Label4MouseDown(System::TObject* Sender, Controls::TMouseButton Button, Classes::TShiftState
- Shift, int X, int Y);
- void __fastcall FormKeyDown(System::TObject* Sender, Word &Key, Classes::TShiftState Shift);
- void __fastcall FormKeyUp(System::TObject* Sender, Word &Key, Classes::TShiftState Shift);
- void __fastcall Label3Click(System::TObject* Sender);
-
- private:
- bool EggOK;
- public:
- /* TCustomForm.Create */ __fastcall virtual TQRAboutBox(Classes::TComponent* AOwner) : Forms::TForm(
- AOwner) { }
- /* TCustomForm.CreateNew */ __fastcall TQRAboutBox(Classes::TComponent* AOwner, int Dummy) : Forms::
- TForm(AOwner, Dummy) { }
- /* TCustomForm.Destroy */ __fastcall virtual ~TQRAboutBox(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TQRAboutBox(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Qrabout */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Qrabout;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // qrabout
-